home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1999 January - Disc 2
/
Macworld (1999-01) (Disk 2).dmg
/
Serious Demos
/
Symbolic Composer 4.2
/
Environment
/
System
/
CADAR
/
Lengths
/
len-stacc-ratio
< prev
next >
Wrap
Text File
|
1998-10-22
|
583b
|
20 lines
len-stacc-ratio
min max percent length-list
makes staccato on lengths inside min and max by percent
which can be a single value to affect the whole length-list
or a list of percent-values that are repeated through the
length-list. percents should be integers.
(len-stacc-ratio '1/16 '1/4 50 '(1/2 1/8 1/16 1/8 1/4))
->(1/2 1/16 -1/16 1/32 -1/32 1/16 -1/16 1/8 -1/8)
(len-stacc-ratio '1/8 '1/8 20 '(1/2 1/8 1/16 1/8 1/4))
->(1/2 1/10 -1/40 1/16 1/10 -1/40 1/4)
(len-stacc-ratio '1/16 '1/4 '(25 50 75)
'(1/2 1/8 1/16 1/8 1/4))
->(1/2 1/16 -1/16 1/64 -3/64 3/32 -1/32 1/8 -1/8)